home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / oeaccess.in_ / oeaccess.inf
Encoding:
Windows Setup INFormation  |  2003-06-19  |  863 b   |  42 lines

  1. [Version]
  2. Signature= "$Windows NT$"
  3. DriverVer=06/19/2003,5.00.2195.6717
  4.  
  5. [Optional Components]
  6. OEAccess
  7.  
  8. [OEAccess]
  9. OptionDesc   = "%OE_NAME%"
  10. Tip          = "%OE_TIP%"
  11.  
  12. ; this turns into something like c:\winnt\system32\setup\..\shell32.dll
  13. IconIndex    = *, ..\sp3res.dll, 312
  14.  
  15. InstallType  = 10    ; Typical, Custom
  16. Modes        = 0,1,2,3
  17. Uninstall    = UninstallOE
  18. Run          = ShowOE
  19.  
  20. [ShowOE]
  21. Commandline="%11%\rundll32.exe %11%\shell32.dll,OCInstall ShowOE"
  22. TickCount=500
  23.  
  24. [HideOE]
  25. Commandline="%11%\rundll32.exe %11%\shell32.dll,OCInstall HideOE"
  26. TickCount=500
  27.  
  28. [UninstallOE]
  29. DelFiles=DelNone
  30. Run=HideOE
  31.  
  32. [DelNone]
  33.  
  34. [DestinationDirs]
  35. DefaultDestination=11
  36.  
  37. [SourceDisksNames]
  38. 0="Windows 2000 CD-ROM,,0,
  39. [Strings]
  40. OE_NAME="Outlook Express"
  41. OE_TIP = "Adds or removes access to Outlook Express from the Start menu"
  42.